'宣言 Public Overloads Function Bind( _ ByVal nameProperty As System.String, _ ByVal valueProperty As System.String, _ Optional ByVal sourceCollection As System.Collections.Generic.IEnumerable(Of T) _ ) As FlexPieBaseBuilder(Of T,TControl,TBuilder)
public FlexPieBaseBuilder<T,TControl,TBuilder> Bind( System.string nameProperty, System.string valueProperty, System.Collections.Generic.IEnumerable<T> sourceCollection )
パラメータ
- nameProperty
- Gets or sets the name of the property that contains the name of the data item.
- valueProperty
- The name of the property that contains the Y values.
- sourceCollection
- The data source
戻り値の型
Current builder